var a = 5 var b = 5 if(a % 2 == 1) { if(b % 2 == 1) { println("Suma to " + (a+b)) } }